Fork me on GitHub

FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 2.0.3

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
18 3 0 0

org.apache.maven.surefire.testng.TestNGReporter

Bug Category Details Line Priority
Dead store to rawString in org.apache.maven.surefire.testng.TestNGReporter.onTestStart(ITestResult) STYLE DLS_DEAD_LOCAL_STORE 78 Medium

org.apache.maven.surefire.testng.conf.AbstractDirectConfigurator$Setter

Bug Category Details Line Priority
org.apache.maven.surefire.testng.conf.AbstractDirectConfigurator$Setter.convertValue(Object) invokes inefficient new Integer(String) constructor; use Integer.valueOf(String) instead PERFORMANCE DM_NUMBER_CTOR 193 Medium

org.apache.maven.surefire.testng.conf.TestNGMapConfigurator

Bug Category Details Line Priority
Exception is caught when Exception is not thrown in org.apache.maven.surefire.testng.conf.TestNGMapConfigurator.convertReporterConfig(Object) STYLE REC_CATCH_EXCEPTION 145 Medium